Laplacian matrix

Laplacian, Spectral graph theory, Supra Laplacian matrix

Definition

The basic Laplacian matrix (combinatorial Laplacian matrix) is defined as:

or

Intuition

This can be understood as a discrete version of the Laplacian operator defined for Euclidean space. Note that the sign is the opposite. Laplacian operator produces a negative value for “peaks” whereas the graph Laplacian produces a positive value.

A discrete version of derivative can be thought as a simple difference. Then the divergence can be thought as another difference between those differences. For instance, imagine a chain of node and a scalar function defined for each node with value . If we imagine them as three adjacent points in 1D space, the first derivative can be approximated as and . The second derivative can be . If we change the sign, , then we can the same thing as the graph Laplacian.

More explanations